home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / mslang / poetmf / inc / aboutdlg.h next >
Encoding:
C/C++ Source or Header  |  1993-09-02  |  1.0 KB  |  45 lines

  1. // ******************************************************************
  2. //
  3. //  aboutdlg.h : header file
  4. //
  5. //    Most of this file is created by  ClassWizard.
  6. //    
  7. //  (C) 1993 POET Software
  8. //
  9. // ******************************************************************
  10.  
  11. #include "..\resource.h"    //    header to resource IDs
  12.  
  13. #ifndef __HELLODLG_H_
  14. #define __HELLODLG_H__
  15.  
  16.  
  17.  
  18.  
  19. /////////////////////////////////////////////////////////////////////////////
  20. // CAboutDlg dialog
  21.  
  22. class CAboutDlg : public CDialog
  23. {
  24. protected:
  25.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  26.  
  27.     // Generated message map functions
  28.     //{{AFX_MSG(CAboutDlg)
  29.         // NOTE: the ClassWizard will add member functions here
  30.     //}}AFX_MSG
  31.     DECLARE_MESSAGE_MAP()
  32.  
  33. public:
  34.     CAboutDlg(CWnd* pParent = NULL);    // standard constructor
  35.     ~CAboutDlg () {}
  36. // Dialog Data
  37.     //{{AFX_DATA(CAboutDlg)
  38.     enum { IDD = IDR_ABOUT };
  39.         // NOTE: the ClassWizard will add data members here
  40.     //}}AFX_DATA
  41. };
  42.                       
  43.  
  44. #endif  // __HELLODLG_H__
  45.